command interpreter - significado y definición. Qué es command interpreter
Diclib.com
Diccionario en línea

Qué (quién) es command interpreter - definición

DEFAULT COMMAND-LINE INTERPRETER FOR DOS, WINDOWS 95, WINDOWS 98 AND WINDOWS ME
Dos prompt; DOS prompt; Command.exe; COMMAND (command); COMMAND.W40; COMMAND.DOS; MS-DOS Prompt; COMMAND (DOS command); COMMAND (shell); IF ERRORLEVEL (DOS command); IF ERRORLEVEL (Windows command); Command.com; COMMAND; CMDXSWP.COM; Windows Command Interpreter
  • command.com running in a [[Windows console]] on [[Windows 95]] (MS-DOS Prompt)

command interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<operating system> A program which reads textual commands from the user or from a file and executes them. Some commands may be executed directly within the interpreter itself (e.g. setting variables or control constructs), others may cause it to load and execute other files. Unix's command interpreters are known as shells. When an IBM PC is booted BIOS loads and runs the MS-DOS command interpreter into memory from file COMMAND.COM found on a floppy disk or hard disk drive. The commands that COMMAND.COM recognizes (e.g. COPY, DIR, PRN) are called internal commands, in contrast to external commands which are executable files. (1995-03-16)
command-line interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
Interpreter (computing)         
  • static libraries]] are assembled into a new library or executable
PROGRAM THAT EXECUTES SOURCE CODE WITHOUT A SEPARATE COMPILATION STEP
Interpreted language; Interpreted Language; Interpreted programming language; Interpreter (computer software); Self-interpreter; Interpreter (programming); Interpreted (programming languages); Runtime interpreter; Evaluator; Metainterpreter; Interpretive language; Interpretive Languages; Interprted language; Interpreter (computer science); Interpreter computing; Interpreted computer language; Bytecode interpreter; Code interpretation; Interpretive programming language; Code interpreter; Interpreter (software); Abstract syntax tree interpreter; Compreter; Compiler-interpreter; Compiler–interpreter
In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. An interpreter generally uses one of the following strategies for program execution:

Wikipedia

COMMAND.COM

COMMAND.COM is the default command-line interpreter for MS-DOS, Windows 95, Windows 98 and Windows Me. In the case of DOS, it is the default user interface as well. It has an additional role as the usual first program run after boot (init process), hence being responsible for setting up the system by running the AUTOEXEC.BAT configuration file, and being the ancestor of all processes.

COMMAND.COM's successor on OS/2 and Windows NT systems is cmd.exe, although COMMAND.COM is available in virtual DOS machines on IA-32 versions of those operating systems as well.

The COMMAND.COM filename was also used by Disk Control Program (DCP), an MS-DOS derivative by the former East German VEB Robotron.

The compatible command processor under FreeDOS is sometimes also named FreeCom.

COMMAND.COM is a DOS program. Programs launched from COMMAND.COM are DOS programs that use the DOS API to communicate with the disk operating system.